📄️ Fibonacci Sum
You will solve the exercises starting from the fibo_sum.asm file located in the drills/tasks/fibonacci directory.
📄️ Print Structure
Write code within the main function to modify the fields of the sample_student structure so that:
📄️ Getters and Setters
Write in the gettersetterprintf.asm file the instructions needed to display the values of the intx, chary, and strings fields from the sampleobj object.